home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Python 1.3.3 / Python 133 68K / Demo / www / wwwinet.py < prev    next >
Text File  |  1996-05-20  |  120b  |  7 lines

  1. #! /usr/local/bin/python
  2.  
  3. import sys
  4. sys.path.append('/ufs/guido/src/www')
  5.  
  6. import www4inet                # This does all the work
  7.